home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 6682 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  636 b 

  1. Path: news.jf.intel.com!news
  2. From: Rodney Korn <Rodney_Korn@ccm.jf.intel.com>
  3. Newsgroups: comp.lang.c
  4. Subject: Re: DLL Syntax Error in C
  5. Date: Fri, 16 Feb 1996 12:22:10 -0800
  6. Organization: PCD
  7. Message-ID: <3124E772.909@ccm.jf.intel.com>
  8. References: <BHURSCH.31.00AEBF56@litc.lockheed.com>
  9. NNTP-Posting-Host: rkorn.jf.intel.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0 (Win95; I)
  14.  
  15. Bob Hursch wrote:
  16.  
  17. You may only use extern "C" if you are compiling a C++ file.  You should 
  18. wrap this extern in an #ifdef __cplusplus block in header files or .CPP 
  19. files.
  20.  
  21.  
  22. Rodney
  23.